DataCollection | ComponentOne
C1.DataCollection.SignalR.Server Assembly / C1.DataCollection.SignalR.Server Namespace / PageResult<T> Class / Count Property

In This Topic
    Count Property (PageResult<T>)
    In This Topic
    The number of items.
    Syntax
    'Declaration
     
    Public Property Count As Integer
    public int Count {get; set;}
    See Also